home *** CD-ROM | disk | FTP | other *** search
/ Time Warp / Time Warp.iso / pc / timewarp / lab.dxr / 00119.ls < prev    next >
Encoding:
Text File  |  1997-06-09  |  445 b   |  17 lines

  1. on LoadMovie chan, fileName
  2.   puppetSprite(chan, 1)
  3.   set the castNum of sprite chan to the number of member fileName
  4.   updateStage()
  5. end
  6.  
  7. on LoadBloop chan, fileName
  8.   puppetSprite(chan, 1)
  9.   if the machineType = 256 then
  10.     set the height of sprite 5 to 228
  11.   end if
  12.   set the castNum of sprite chan to the number of member fileName
  13.   set the directToStage of cast fileName to 1
  14.   set the controller of cast fileName to 1
  15.   updateStage()
  16. end
  17.